| IQsLogShowLogDialog Method (IWin32Window, String, String, String, 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: 23.3.0.0 (23.3.0.0)
Syntax void ShowLogDialog(
IWin32Window Owner,
string Title,
string MailAddress,
string MailName,
string Subject,
string Body
)
Sub ShowLogDialog (
Owner As IWin32Window,
Title As String,
MailAddress As String,
MailName As String,
Subject As String,
Body As String
)
void ShowLogDialog(
IWin32Window^ Owner,
String^ Title,
String^ MailAddress,
String^ MailName,
String^ Subject,
String^ Body
)
abstract ShowLogDialog :
Owner : IWin32Window *
Title : string *
MailAddress : string *
MailName : string *
Subject : string *
Body : string -> unit
Parameters
- Owner
- Type: System.Windows.FormsIWin32Window
IWin32Window Finestra genitore. - Title
- Type: SystemString
Titolo della finestra (di default "QS Informatica"). - MailAddress
- Type: SystemString
Indirizzo e-mail al quale inviare le informazioni registrate nel file di Log. - MailName
- Type: SystemString
Nome visualizzato del destinatario. - Subject
- Type: SystemString
Oggetto dell'e-mail. - Body
- Type: SystemString
Corpo del messaggio dll'e-mail.
See Also