; Mnemonic Value Meaning ; ---------------------------------------------------------------- ; WPM_STARTUP 1 Load the extension when WinPMail starts up ; WPM_NOLIST 2 Do not show in the "Extensions" window list ; WPM_HIDDEN 4 Hide the parent MDI window on loading ; WPM_LOGGING 8 Extension wants to receive logging events ; WPM_ONEONLY 16 Only allow one running instance at any time ; WPM_FIRSTRUN 32 Autoload extension on first-ever WinPMail run ; WPM_USES_TCP 64 Extension requires TCP/IP services to run ; ; Various flags can be combined by adding (or ORing) the values ; together - so to have a hidden extension which loads at startup, ; is interested in logging events, and does not appear in the ; "Extensions" window, you would use 1 + 2 + 4 + 8 = 15 ; Form name = "PMTMPLT" 32-bit model = 1 Form DLL = ~a\PMTMPLT.DLL Form type = COMPOSER Form flags = 0 Form tagname = "MH-POPULIST" ; You can enter the default finger server host in "Form Data" Form data = "" End