Metodo DedNotifiesSendCustomMailWithSmtpSettings(String, String, String, String, String, ListString, Boolean)
             | 
          
        
        
            Permette di inviare un'email con le credenziali presenti nelle impostazioni SMTP del Gestore notifiche.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic void SendCustomMailWithSmtpSettings(
	string to,
	string cc,
	string ccn,
	string obj,
	string body,
	List<string> files,
	bool async = false
)
Public Sub SendCustomMailWithSmtpSettings ( 
	to As String,
	cc As String,
	ccn As String,
	obj As String,
	body As String,
	files As List(Of String),
	Optional async As Boolean = false
)
public:
void SendCustomMailWithSmtpSettings(
	String^ to, 
	String^ cc, 
	String^ ccn, 
	String^ obj, 
	String^ body, 
	List<String^>^ files, 
	bool async = false
)
member SendCustomMailWithSmtpSettings : 
        to : string * 
        cc : string * 
        ccn : string * 
        obj : string * 
        body : string * 
        files : List<string> * 
        ?async : bool 
(* Defaults:
        let _async = defaultArg async false
*)
-> unit Parametri
- to  String
 - Destinatari separati da ,
 - cc  String
 - Destinatari separati da ,
 - ccn  String
 - Destinatari separati da ,
 - obj  String
 - Oggetto del messaggio
 - body  String
 - Corpo del messagggio
 - files  ListString
 - Lista dei file da inviare
 - async  Boolean  (Optional)
 -  
 
Vedi anche