combit List & Label 30 - .NET Help
combit.Reporting Namespace / LlCore Class / LsMailConfigurationDialog Method

Parent window handle for the dialog.

Subkey that is used for saving the values in the registry. You should use your application's executable name (excluding the path and file extension) here. The values will then be set automatically. Alternatevily, a complete registry key like "HKEY_CURRENT_USER\..." or "HKEY_LOCAL_MACHINE\..." can be passed.

One or a combination of the LsMailConfigurationFlags flags

Language for the dialog. See LlLanguage



LsMailConfigurationDialog Method

Opens a configuration dialog for the mail parameters. Can be used if the c?mx??.dll is used for sending export results by mail (see the corresponding chapter for sending export files by mail in the Programmer's Manual). The settings will be saved in the registry under "HKEY_CURRENT_USER\Software\combit\cmbtmx\<subkey>\<User|Computer>".

Syntax
'Declaration
 
Public Shared Sub LsMailConfigurationDialog( _
   ByVal windowHandle As IntPtr, _
   ByVal subkey As String, _
   ByVal flags As LsMailConfigurationFlags, _
   ByVal language As LlLanguage _
) 
 

Parameters

windowHandle

Parent window handle for the dialog.

subkey

Subkey that is used for saving the values in the registry. You should use your application's executable name (excluding the path and file extension) here. The values will then be set automatically. Alternatevily, a complete registry key like "HKEY_CURRENT_USER\..." or "HKEY_LOCAL_MACHINE\..." can be passed.

flags

One or a combination of the LsMailConfigurationFlags flags

language

Language for the dialog. See LlLanguage

Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also