IQsLog.ShowLogDialog Method (String, String)

QsInformatica.Utils

IQsLogShowLogDialog Method (String, String)

Visualizza la finestra di dialogo contenente il file Log da mostrare all'utente. Questo overload mostra anche un pulsante che consente di inviare via e-mail le informazioni registrate nel file.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
void ShowLogDialog(
	string MailAddress,
	string MailName
)
Sub ShowLogDialog ( 
	MailAddress As String,
	MailName As String
)
void ShowLogDialog(
	String^ MailAddress, 
	String^ MailName
)
abstract ShowLogDialog : 
        MailAddress : string * 
        MailName : string -> unit 

Parameters

MailAddress
Type: SystemString
Indirizzo e-mail al quale inviare le informazioni registrate nel file di Log.
MailName
Type: SystemString
Nome visualizzato del destinatario.
See Also