combit List & Label 29 - .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



In This Topic
    LsMailConfigurationDialog Method
    In This Topic

    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 _
    ) 
    public static void LsMailConfigurationDialog( 
       IntPtr windowHandle,
       string subkey,
       LsMailConfigurationFlags flags,
       LlLanguage language
    )
    public:
    static void LsMailConfigurationDialog( 
       IntPtr windowHandle,
       String^ subkey,
       LsMailConfigurationFlags flags,
       LlLanguage language
    ) 

    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 7, .NET 8

    See Also